os.fileStat.modTime (field)

3 uses

	os (current package)
		stat_linux.go#L15: 	fs.modTime = timespecToTime(fs.sys.Mtim)
		types_unix.go#L19: 	modTime time.Time
		types_unix.go#L25: func (fs *fileStat) ModTime() time.Time { return fs.modTime }